.firstheading{
    font-family: verdana;
    font-weight: normal;
    font-size: 50px;
    color:white ;
    text-align: center;
}
body{
    text-align: center;
    background-color: black;
}
a{
    color: aquamarine;
    font-weight: normal;

    font-size: 16px;
}

.second_heading{
font-family: Verdana;
font-weight: 300;
font-size: 42px;
color: white;

}
.desc{
    font-family: verdana;
    font-size: 21px;
    color: gray;
}
.footer{
    text-align: right;
    color: gray;
}
